ui_.synthShortNames->setChecked(synthShortNames);
ui_.previewGmap->setChecked(previewGmap);
ui_.debugCombo->setCurrentIndex(debugLevel+1);
+#if defined (Q_OS_WIN)
ui_.buttonBox->button(QDialogButtonBox::Ok)->setIcon(QIcon(":images/ok"));
ui_.buttonBox->button(QDialogButtonBox::Cancel)->setIcon(QIcon(":images/cancel"));
+#endif // Q_OS_WIN
connect(ui_.buttonBox, SIGNAL(accepted()), this, SLOT(acceptClicked()));
connect(ui_.buttonBox, SIGNAL(rejected()), this, SLOT(rejectClicked()));
}
connect(ui_.helpButton, SIGNAL(clicked()), this, SLOT(helpX()));
connect(ui_.resetButton, SIGNAL(clicked()), this, SLOT(resetX()));
-
+#if defined (Q_OS_WIN)
ui_.buttonBox->button(QDialogButtonBox::Ok)->setIcon(QIcon(":images/ok"));
ui_.buttonBox->button(QDialogButtonBox::Cancel)->setIcon(QIcon(":images/cancel"));
+#endif
ui_.filterList->setCurrentRow(lastPage_);